home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import marvel.centralsmashdown.views.BottomNav;
-
- [Embed(source="/_assets/assets.swf", symbol="BottomNav")]
- public dynamic class BottomNav extends marvel.centralsmashdown.views.BottomNav
- {
-
-
- public function BottomNav()
- {
- super();
- addFrameScript(0,frame1,23,frame24,51,frame52,74,frame75);
- }
-
- internal function frame75() : *
- {
- gotoAndPlay("screens");
- }
-
- internal function frame1() : *
- {
- stop();
- }
-
- internal function frame24() : *
- {
- if(_menu == "screens")
- {
- gotoAndStop("screens");
- }
- }
-
- internal function frame52() : *
- {
- if(_menu == "game")
- {
- gotoAndStop("game");
- }
- }
- }
- }
-